home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / grafik / superviewel / superviewlibrary / bonus / callpnm-svoperator / callpnm.doc next >
Text File  |  1995-08-02  |  2KB  |  80 lines

  1.  
  2.   CallPNM24.svoperator
  3.  
  4.   © 1995 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 1.2
  9.   Release Date : 15.07.1995
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.  
  18.   Description
  19.   ~~~~~~~~~~~
  20.   CallPNM.svoperator is an external SV_GfxBuffer modification module
  21.   for superview.library V9+.
  22.  
  23.   This is not an operator in the common sense.
  24.  
  25.   Instead it is just an Interface to allow easy access to any external
  26.   operators from the well known PBM package (distributed as NetPBM).
  27.  
  28.   When using this operator, the given GfxBuffer will be saved as
  29.   a 24 Bit PNM file (8 Bit input as well), after that the specified
  30.   PBM program module will be externally called and its output will
  31.   be written into another temporary file.
  32.   This file then will be parsed through superview.library (perhaps
  33.   it will be in PNM format, but one never know) and the buffer will
  34.   be returned as the result of the "CallPNM" operation.
  35.  
  36.   Please note, that the whole internal construction of the operator
  37.   is a little bit more complicated than usual, so that any error
  38.   handling will perhaps not always result in very clear statements
  39.   (can't parse the output of the PBM programs).
  40.   BTW, any temporary files will of course be placed into "VMEM:",
  41.   from where they will be deleted later.
  42.  
  43.  
  44.   Author
  45.   ~~~~~~
  46.   Andreas R. Kleinert
  47.   Grube Hohe Grethe 23
  48.   D-57074 Siegen
  49.   Germany                  Andreas_Kleinert@superview.ftn.sub.org
  50.  
  51.  
  52.   ControlPad-Switches
  53.   ~~~~~~~~~~~~~~~~~~~
  54.   ControlPad-Name     : "ENV:superview-library/CallPNM24.controlpad"
  55.   ControlPad-Commands : - PNMCOMMAND=<PBM command path and name>
  56.                           ; PNM command to be called
  57.                           ; e.g. PNMCOMMAND=Work:NetPBM/pnm/pnmscale
  58.                         - PNMOPTIONS=<Options>
  59.                           ; Options for PNM command to be called
  60.                           ; e.g. PNMOPTIONS=-xscale 2.0 -yscale 2.0
  61.  
  62.  
  63.   History
  64.   ~~~~~~~
  65.   V2.2 (15.07.1995) :
  66.  
  67.    - fixed CPInfo-file, now correct version is as well included
  68.      with superview-lib's env-dir as JPEG's env-dir
  69.    - adjusted Installer script
  70.  
  71.   V2.1 (01.05.1995) :
  72.  
  73.    - first public release
  74.  
  75.  
  76.   Copyrights
  77.   ~~~~~~~~~~
  78.   Some of the mentioned names or products above may be copyrighted by
  79.   companies or trademarks of companies.
  80.